home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ForCLI / IconMonger.lha / IconMonger.doc < prev    next >
Text File  |  1994-11-10  |  2KB  |  38 lines

  1. Purpose: To manipulate icon attributes (AmigaOS 2.04 or above required)
  2.  
  3. Template: FROM/K,FILE,A=ALL/S,DISKS/S,DRAWERS/S,TOOLS/S,PROJECTS/S,
  4.           TRASH=GARBAGE/S,U=UNSNAPSHOT/S,R=RECOLOR/S,OI=OLDIMAGE/K,
  5.           NI=NEWIMAGE/K,OT=OLDTOOL/K,NT=NEWTOOL/K,OS=OLDSTACK/K,
  6.           NS=NEWSTACK/N,NEWICON/K,Q=QUIET/S,V=VERBOSE/S,T=TEST/S
  7.  
  8. Specification: paramaters can be broken down into three groups: 
  9.                Selectors, Actions, and Modes.
  10.  
  11. Selectors are FROM, FILE, ALL, DISKS, DRAWERS, TOOLS, PROJECTS, GARBAGE,
  12. OLDIMAGE, OLDTOOL, and OLDSTACK.  They allow you to choose which icons
  13. are to be operated on.
  14.  
  15. Actions are UNSNAPSHOT, RECOLOR, NEWIMAGE, NEWSTACK, and NEWICON.
  16. They specify what shall be done with the icons specified by the selectors.
  17.  
  18. Modes are QUIET, VERBOSE, and TEST, and they determine characteristics of
  19. program operation.
  20.  
  21. Examples:
  22.  
  23.   IconMonger FROM DF0: ALL UNSNAPSHOT RECOLOR
  24.   
  25. unsnapshots and recolors all the icons on the disk in drive DF0:.
  26.  
  27.   IconMonger OLDTOOL=#?More NEWTOOL Less
  28. changes the default tool of all the projects in the current directory
  29. with a default tool that ends with ``More'' to ``Less''.
  30.  
  31.   IconMonger OLDSTACK LT4000 NEWSTACK 4000
  32. changes the stack setting to 4000 for any project or tool in the current
  33. directory with its stack less than 4000.
  34.  
  35.   IconMonger FROM DF0: ALL OLDTOOL #?(more|less) NEWIMAGE pretty
  36. changes the image of any project icon on DF0: with a default tool that 
  37. ends with either ``more'' or ``less''  to the image of the icon ``pretty''.
  38.